[SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml#17992
[SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml#17992liu-zhaokun wants to merge 3 commits intoapache:masterfrom
Conversation
|
@liu-zhaokun there are more changes to be made. Please make all the changes in https://github.com/apache/spark/pull/17982/files but don't update to 2.11.11; stay on 2.11.8. |
|
@srowen |
|
|
||
| /** | ||
| * We override `loadFiles` because we need to initialize Spark *before* the REPL | ||
| * We override `createInterpreter` because we need to initialize Spark *before* the REPL |
There was a problem hiding this comment.
Sorry, I meant you should follow the version changes. You can't take this change; it depends on 2.11.11
| # Install zinc under the build/ folder | ||
| install_zinc() { | ||
| local zinc_path="zinc-0.3.11/bin/zinc" | ||
| local zinc_path="zinc-0.3.15/bin/zinc" |
There was a problem hiding this comment.
Don't change the zinc version here
|
@srowen |
|
@srowen |
|
It isn't tested yet, no. Jenkins isn't working right now |
|
Test build #3718 has started for PR 17992 at commit |
|
Test build #3719 has started for PR 17992 at commit |
|
@srowen |
|
@srowen |
|
Test build #3723 has started for PR 17992 at commit |
|
@srowen |
|
Test build #3732 has finished for PR 17992 at commit
|
…pom.xml [https://issues.apache.org/jira/browse/SPARK-20759](https://issues.apache.org/jira/browse/SPARK-20759) SCALA_VERSION in _config.yml is 2.11.7, but 2.11.8 in pom.xml. So I think SCALA_VERSION in _config.yml should be consistent with pom.xml. Author: liuzhaokun <liu.zhaokun@zte.com.cn> Closes #17992 from liu-zhaokun/new. (cherry picked from commit dba2ca2) Signed-off-by: Sean Owen <sowen@cloudera.com>
…pom.xml [https://issues.apache.org/jira/browse/SPARK-20759](https://issues.apache.org/jira/browse/SPARK-20759) SCALA_VERSION in _config.yml is 2.11.7, but 2.11.8 in pom.xml. So I think SCALA_VERSION in _config.yml should be consistent with pom.xml. Author: liuzhaokun <liu.zhaokun@zte.com.cn> Closes #17992 from liu-zhaokun/new. (cherry picked from commit dba2ca2) Signed-off-by: Sean Owen <sowen@cloudera.com>
|
Merged to master/2.2/2.1 |
…pom.xml [https://issues.apache.org/jira/browse/SPARK-20759](https://issues.apache.org/jira/browse/SPARK-20759) SCALA_VERSION in _config.yml is 2.11.7, but 2.11.8 in pom.xml. So I think SCALA_VERSION in _config.yml should be consistent with pom.xml. Author: liuzhaokun <liu.zhaokun@zte.com.cn> Closes apache#17992 from liu-zhaokun/new.
https://issues.apache.org/jira/browse/SPARK-20759
SCALA_VERSION in _config.yml is 2.11.7, but 2.11.8 in pom.xml. So I think SCALA_VERSION in _config.yml should be consistent with pom.xml.